Vcenter NamespaceManagement Clusters VpcConfig
The Vcenter NamespaceManagement Clusters VpcConfig schema describes the specification of an NSX VPC for Supervisor Network configuration.
This schema was added in vSphere API 9.0.0.0.
{
"nsx_project_info": {
"project": "string",
"name": "string",
"nsx_path": "string"
},
"vpc_connectivity_profile_info": {
"profile": "string",
"name": "string",
"nsx_path": "string",
"description": "string",
"default_profile": false,
"external_ip_blocks": [
{
"path": "string",
"name": "string",
"cidr": {
"address": "string",
"prefix": 0
},
"available_ip_ranges": [
{
"address": "string",
"count": 0
}
],
"used_ip_count": 0,
"available_ip_count": 0
}
],
"privatetgw_ip_blocks": [
{
"path": "string",
"name": "string",
"cidr": {
"address": "string",
"prefix": 0
},
"available_ip_ranges": [
{
"address": "string",
"count": 0
}
],
"used_ip_count": 0,
"available_ip_count": 0
}
]
},
"default_private_cidrs": [
{
"address": "string",
"prefix": 0
}
]
}
The default NSX Project for VPCs created in the Supervisor.
This property was added in vSphere API 9.0.0.0.
Default VPC Connectivity Profile used for all VPCs created in the Supervisor.
This property was added in vSphere API 9.0.0.0.
Default CIDR blocks from which private subnets and private pod IPs are allocated for all VPCs created in the Supervisor.
This property was added in vSphere API 9.0.0.0.